github.com/refraction-networking/utls.Conn.retryCount (field)
8 uses
github.com/refraction-networking/utls (current package)
conn.go#L120: retryCount int
conn.go#L705: c.retryCount = 0
conn.go#L790: c.retryCount++
conn.go#L791: if c.retryCount > maxUselessRecords {
conn.go#L1318: c.retryCount++
conn.go#L1319: if c.retryCount > maxUselessRecords {
u_conn.go#L966: c.retryCount++
u_conn.go#L967: if c.retryCount > maxUselessRecords {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |